Extension point datasources
In component org.nuxeo.runtime.datasource
Contribution Descriptors
- Class: org.nuxeo.runtime.datasource.DataSourceDescriptor
- Class: org.nuxeo.runtime.datasource.DataSourceLinkDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="datasources" target="org.nuxeo.runtime.datasource"> <documentation> Datasource contribution for the Activity Service </documentation> <datasource driverClassName="org.h2.Driver" maxActive="20" maxIdle="5" maxWait="10000" name="jdbc/nxactivities"> <property name="url">jdbc:h2:nuxeo</property> <property name="username">sa</property> <property name="password"/> </datasource> </extension>